home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / finances / opus22 / finance.hlp < prev    next >
Encoding:
Text File  |  1995-04-25  |  552 b   |  16 lines

  1. Opus uses the convention in which cash inflows are
  2. represented by positive numbers, while cash outflows are
  3. represented by negative numbers.
  4.  
  5. Type = 1 means ordinary annuity.
  6. Type = 0 means annuity due.
  7. Number of periods (NPER) is synonymous with "term."
  8.  
  9. All arguments are required.
  10.  
  11. PV(rate,nper,pmt,fv,type) computes present value.
  12. FV(rate,nper,pmt,pv,type) computes future value.
  13. PMT(rate,nper,pv,fv,type) computes payment.
  14. NPER(rate,pmt,pv,fv,type) compute number of periods.
  15. RATE(nper,pmt,pv,fv,type,guess) computes interest rate.
  16.